[FOLLOW-UP] HIVE-28373: Iceberg: Refactor the code of HadoopTableOptions#6345
[FOLLOW-UP] HIVE-28373: Iceberg: Refactor the code of HadoopTableOptions#6345BsoBird wants to merge 4 commits intoapache:masterfrom
Conversation
iceberg/iceberg-catalog/src/test/java/org/apache/iceberg/hadoop/TestHiveHadoopCommits.java
Outdated
Show resolved
Hide resolved
iceberg/iceberg-catalog/src/test/java/org/apache/iceberg/hadoop/TestHiveHadoopCommits.java
Outdated
Show resolved
Hide resolved
2.remove unnecessary casts 3.remove massive copy-paste
|
@BsoBird this test fails most of the time for me. failed on jenkins as well: https://ci.hive.apache.org/job/hive-precommit/job/PR-6345/1/testReport/junit/org.apache.iceberg.hadoop/TestHiveHadoopCommits/Testing___split_20___PostProcess___testTwoClientCommitSameVersion/ |
…entation differences.
|
|
@deniskuzZ |
| }; | ||
|
|
||
| Tasks.range(2) | ||
| .executeWith(executorService) |



What changes were proposed in this pull request?
Modify the test case to ensure it can run on macOS environments.
Why are the changes needed?
Since a considerable number of developers use macOS as their local development environment, the test case code should avoid relying on Linux-specific commands.
Does this PR introduce any user-facing change?
No